fix(console,app-shell): readable reassign hand-off + "System" label for svc:* audit actors - #3121
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
Contributor
✅ Console Performance Budget
📦 Bundle Size Report
Size Limits
|
…or svc:* audit actors (objectstack#4365, objectstack#4366) - ApprovalsInboxPage: a reassign timeline entry renders "from A to B" from the structured reassign_from/reassign_to fields (server-resolved *_name companions, objectstack#4365) instead of the old default comment that baked two raw user ids into user-facing text. Legacy rows without the structured fields keep the comment fallback. New i18n key approvalsInbox.reassignFromTo across all ten locales. - RecordDetailView: an audit row attributed to a service principal (svc:* on the actor column, e.g. a runAs:'system' flow's svc:flow:<name> label from objectstack#4366) renders the localized "System" label instead of the raw principal string; the raw value stays on the entry. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
配套 objectstack-ai/objectstack#4365 / objectstack-ai/objectstack#4366(framework 侧修复见 objectstack-ai/objectstack#4403)。
ApprovalsInboxPage):转签时间线条目改从结构化reassign_from/reassign_to(及服务端解析的*_name)渲染「从 A 转给 B」,不再依赖把两个裸 user id 拼进用户可见文本的旧默认 comment;存量老行(无结构化字段)保留 comment 兜底。新 i18n 键approvalsInbox.reassignFromTo,十个语言包齐。RecordDetailView):actor列为svc:*服务主体的审计行(如runAs:'system'流的svc:flow:<name>)渲染本地化「系统」标签而非裸主体串;原始值仍保留在 entry 上。验证:app-shell 124/124、console 124/124 全绿;配 framework 分支起 showcase 真机验过两处渲染(转签条目「从 Dev Admin 转给 Mei Phone (demo)」、历史页签「系统 UPDATE」)。
🤖 Generated with Claude Code